summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/friend/errors.h')
-rw-r--r--src/core/hle/service/friend/errors.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/core/hle/service/friend/errors.h b/src/core/hle/service/friend/errors.h
deleted file mode 100644
index ff525d865..000000000
--- a/src/core/hle/service/friend/errors.h
+++ /dev/null
@@ -1,11 +0,0 @@
-// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-#include "core/hle/result.h"
-
-namespace Service::Friend {
-
-constexpr Result ERR_NO_NOTIFICATIONS{ErrorModule::Account, 15};
-}